Bootstrap uses classes. AngularJS extends HTML with new ???
What are single page applications?
Can you imagine how AngularJS is implemented?
Trial 1: Let's try to write a name.
Why do you think the above "Trial 1" does not work correctly? All the AngularJS information is read only right after the body is completely loaded.
Dynamic inclusion requires some more tricks.
For what do you use AJS controllers? Bidirectional connection between your JS code and AngularSJ;
AJS models are used as varibles in JS code, and variables in JS code can be used as AJS models.
AJS ??? control the data of AJS applications.
They are regular JS ???.
AJS invokes controllers with a ??? object.
In AJS, ??? is the application object (the owner of application variables and functions).
AJS controllers can have ??? as well as ???.
How to store controllers in external files and use them?
List 5 directives.
Can you use the above directive to display the list after you receive JSON data using jQuery?
Requests for data from a different server (than the requesting page), are called ??? HTTP requests.
In most browsers, ??? requests are restricted to same site for security reasons.
What does this mean?